NevronOpenVision
Nevron.Nov.UI Namespace / NToggleButtonGroupBase<TToggleButton> Class
Fields Properties Methods Events


In This Topic
    NToggleButtonGroupBase<TToggleButton> Class Members
    In This Topic

    The following tables list the members exposed by NToggleButtonGroupBase<TToggleButton>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NToggleButtonGroupBase.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SelectedIndex property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of items owned by this group.  
    Public PropertyGets the items inside this group  
    Public PropertyGets or sets the index of the selected item owned by this group. If no item is selected, the value of this property is -1.  
    Public PropertyGets or sets the selected item. If no item is selected, the value of this property is null.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the selected index of the group has changed.  
    Internal Method  
    Top
    Public Events
     NameDescription
    Public EventMutation event, which occurs when the selected index property has changed.  
    Top
    See Also